home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
tcl
/
tclmotif.1
/
tclmotif
/
tm.1.2
/
programs
/
prog59
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-03-13
|
386 b
|
22 lines
# testing for a memory leak
proc incr_label {} {
global timer
.lab getValues -labelString n
incr n
.lab setValues -labelString $n
set timer [. addTimer 1000 incr_label]
}
xtAppInitialize
xmPushButton .lab managed -labelString 1
.lab activateCallback {. removeTimer $timer; .lab destroyWidget}
set timer [. addTimer 1000 incr_label]
. realizeWidget
. mainLoop